home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / DO1002.ARJ / LOOKAT.SCR < prev    next >
Text File  |  1991-12-30  |  630b  |  29 lines

  1. .pg wi full clr cy
  2.     COMMAND NAME»gray«: »%t« LookAt »ye«
  3.  
  4.     /LOOK {row} {column} {length}
  5. /cw
  6.     Returns the characters found at »cy«{row}»#«,»cy«{column}»#« for
  7.     »cy«{length}»#«.  The string is returned in the variable »ma«FOUND»#«.
  8.  
  9.     »gr«NOTE»wh«:»#« Although »%t«LookAt»#« is intended for Communications
  10.           functions it can be used throughout the script.
  11.  
  12. .pg
  13.     EXAMPLES:
  14.  
  15. »go 5 1 bo«Returns»#«
  16. .go 1 15
  17. |/LOOK 5 5 7
  18. |    The string is "%Found".
  19.  
  20. »go 5 1 #«Returns
  21. »go 27 2 bo«is »#«
  22. .go 1 17
  23. |/LOOK 6 27 3
  24. "»go 27 2 #«is "
  25. .go 1 17
  26. |    The string is "%Found".
  27.  
  28. /ENDEXEC CLEAR
  29.